projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
709f7c1
)
(extrasub): Add vpath patterns for %.[yls].
author
Roland McGrath
<roland@gnu.org>
Sun, 3 Oct 1993 23:11:06 +0000
(23:11 +0000)
committer
Roland McGrath
<roland@gnu.org>
Sun, 3 Oct 1993 23:11:06 +0000
(23:11 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index b4ec6c9a5a664d71c7ffe8945f70e42025df20fc..e9564be49c04510fa969d4c3a73dfcf4e4e090d4 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-393,6
+393,9
@@
if [ `pwd` != `(cd ${srcdir} && pwd)` ] \
extrasub='/^VPATH[ ]*=/c\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
+vpath %.y $(srcdir)\
+vpath %.l $(srcdir)\
+vpath %.s $(srcdir)\
vpath %.in $(srcdir)'
fi